	
;;; QQ: 67762207
[@main]
#IF
#ACT
goto @TalkToQuest

[@TalkToQuest]
#IF
check [110] 1
check [111] 0
#ACT
Mov D0 1


#SAY
_ On the task of <dialogue./@AreaQuest_NPC2_Say> \ \

#IF
Equal D0 1

#SAY
_ <Close/@exit>

#IF
Equal D0 0
#ACT
goto @NoQuest_Say

[@NoQuest_Say]
#IF
#SAY
_ Accosted me useless, would not answer you. \ \
_<Close/@exit>


[@AreaQuest_NPC2_Say]
#CALL [AreaQuest\ChoboGuide10\ChoboGuide10.txt] @Area10_NPC2
[@everythingreward]
#CALL [System\TotalRewardSystem.txt] @TotalRewardSystem
;;; QQ: 67762207
